home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #2 / Amiga Plus CD - 1995 - No. 2.iso / pd / disktools / diskspare / support / startup2.mbd < prev    next >
Text File  |  1995-04-11  |  403b  |  15 lines

  1. QuietTD
  2. MOUNT    DS0:
  3. DISKCHANGE DS0:                ;for HD drives only
  4. ;If you want to boot from other units, simply change DS0: to DSx:
  5. ;If you don't have a C, L or LIBS directory on the DSD disk, put a ';'
  6. ;in front of the corresponding line.
  7. ASSIGN    SYS:    DS0:
  8. ASSIGN    C:    sys:c
  9. ASSIGN    DEVS:    sys:devs
  10. ASSIGN    L:    sys:l
  11. ASSIGN    LIBS:    sys:libs
  12. ASSIGN    S:    sys:s
  13. ASSIGN    T:    sys:t
  14. EXECUTE    S:Startup-Sequence        ;'boot' from DS0:
  15.